ComponentOne FinancialChart for WPF
C1.WPF Namespace / PropertyChangedEventArgs<T> Class / NewValue Property



In This Topic
    NewValue Property
    In This Topic
    The value of the property after the change.
    Syntax
    'Declaration
     
    
    Public Property NewValue As T
    'Usage
     
    
    Dim instance As PropertyChangedEventArgs(Of T)
    Dim value As T
     
    instance.NewValue = value
     
    value = instance.NewValue
    public T NewValue {get; set;}
    public:
    property T^ NewValue {
       T^ get();
       void set (    T^ value);
    }
    See Also